Int16NINumericInt16NBitwiseComplement Method
Produces a bitwise complement of the current value by reversing each bit.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int16N INumeric<Int16N>.BitwiseComplement()
Private Function BitwiseComplement As Int16N
Implements INumeric(Of Int16N).BitwiseComplement
private:
virtual Int16N BitwiseComplement() sealed = INumeric<Int16N>::BitwiseComplement
private abstract BitwiseComplement : unit -> Int16N
private override BitwiseComplement : unit -> Int16N
Int16NA bitwise complement of the current value.
INumericTSelfBitwiseComplement